add stackHeight for instruction#356
add stackHeight for instruction#356xiaobaiskill wants to merge 3 commits intosolana-foundation:mainfrom
Conversation
|
I checked the upstream Rust types, and In Solanas Rust code, the message-level
That distinction matters here because I dont think this PR should be merged in its current form. If the goal is RPC compatibility, the safer fix would be to keep |
|
Hi @daog1 Thanks again for your feedback! I've just updated the PR to address the concern by changing the Key Improvements with
|
The original
CompiledInstructionstruct is missing the fieldstackHeightWithout this field, parse inner instruction would miss part of the stack height data.